home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / ptolemy / patch_04.lha / PATCH-0.4.1 / README < prev   
Text File  |  1993-07-26  |  2KB  |  71 lines

  1. This directory contains the files needed to convert the src files
  2. of an installed 0.4 version of Ptolemy into an updated 0.4.1 version.
  3.  
  4. Should you use this patch?
  5. --------------------------
  6. Unless you are trying to update a customized version of Ptolemy, 
  7. you would be better off to simply remove your standard 0.4 ptolemy
  8. directory and install the 0.4.1 tar files in the directory above.
  9.  
  10.  
  11. Installations instructions for patching 0.4 -> 0.4.1
  12. ----------------------------------------------------
  13. As the 0.4.1 update includes fixes to source files, fixes to data
  14. base files, and new oct-format binary directories there are 3 steps
  15. you will have to take to patch Ptolemy.
  16.  
  17. First download the files in this directory.  It's easiest if you 
  18. down load them into the root of your Ptolemy directories (~ptolemy
  19. or $PTOLEMY)  Then proceed through each of the steps below:
  20.  
  21. 1) Patching the Source files
  22.  
  23. a.    If you have a ptolemy user account set up:
  24.     % cd ~ptolemy
  25.     If you do not have a ptolemy user:
  26.     % cd $PTOLEMY
  27.     If you have your own custom version of Ptolemy somewhere else then
  28.         cd to the root of that Ptolemy tree.
  29.     
  30. b.    % patch -p0 < patch_pt-0.4.1
  31.     Note that the "0" in "-p0" is a "zero" 
  32.     Note also that if you didn't download patch_ptolemy-0.4.1 here
  33.         then you should use its correct pathname.
  34.  
  35. 2) Patching the oct database files
  36.  
  37.     execute the following script:
  38.     % icon_fix_pt-0.4.1
  39.  
  40.     Note that you may get an error message "masters command not found"
  41.     if this is the case then do the following:
  42.     % cd $PTOLEMY/src/utils/masters
  43.     % make
  44.     now start step 2 again.
  45.  
  46. 3) Add the new oct format binary directories:
  47.  
  48. a.      If you have a ptolemy user account set up:
  49.         % cd ~ptolemy
  50.         If you do not have a ptolemy user:
  51.         % cd $PTOLEMY
  52.     
  53. b.    % zcat new_icons_pt-0.4.1.tar.Z | tar xf -
  54.     Note that if you didn't download patch_ptolemy-0.4.1 here
  55.         then you should use its correct pathname.
  56.     
  57. Directory Contents
  58. ------------------
  59. This directory contains the following:
  60.  
  61. patch_pt-0.4.1        patch file created using "diff -c" from the
  62.             ptolemy root directory
  63.  
  64. icon_fix_pt-0.4.1    script to change references from ~ptolemy to $PTOLEMY
  65.             in some pallettes of the 0.4 version.
  66.  
  67. new_icons_pt-0.4.1.tar.Z compressed tar file containing the Delay and 
  68.             LevDur icons from the CG96 domain that were 
  69.             accidentally left out of the 0.4 distribution.
  70.  
  71.